/* public/css/app.css */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black-light);
  box-shadow: 0px -20px 24px 0px #3563ee3b;
  color: var(--white);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  text-align: center;
  z-index: 9999;
  flex-wrap: wrap;
}

.box-btn-cookie {
  float: left;
  width: 100%;
  gap: 16px;
}

.btn-cookie {
  width: 50%;
  padding: 4px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

.btn-cookie.accept {
  background: var(--primary);
  color: white;
}

.btn-cookie.reject {
  background: #f44336;
  color: white;
}

.modal.show {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-header .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.about-us-page {
  margin: 80px 0 50px;

  .about-us-banner {
    margin: 40px 0 0px;
    padding: 20px 8%;

    .inner {
      position: relative;

      .title {
        position: absolute;
        left: -1px;
        top: -25px;
        z-index: 10;

        .link-back {
          margin: 0;
        }

        .box-title {
          float: left;
          width: max-content;
          padding: 12px 12px 12px 0;
          border-radius: 12px;
          background-color: var(--white);
        }

        h1 {
          float: left;
          font-family: "Funnel Display", sans-serif;
          font-weight: 600;
          font-size: 18px;
          line-height: 100%;
          text-align: center;
          color: var(--primary);

        }
      }

      .banner {
        position: relative;
        z-index: 5;
        box-shadow: 0px 48px 100px 0px #00000026;
      }
    }
  }

  .section-description {
    padding: 20px 8%;

    .row {
      margin-bottom: 24px;

      .card {
        position: relative;
        height: 100%;
        border: none;
        border-radius: 24px;

        .card-body {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 16px;

          img {
            width: 50px;
          }
        }

        p {
          font-family: 'DM Sans', sans-serif;
          font-weight: 500;
          font-size: 18px;
          line-height: 24px;
          text-align: center;
        }

        &.red {
          background-color: #FFF3F4;
        }

        &.green {
          background-color: #EEFFEB;
        }

        &.blue {
          background-color: #F0F4FF;
        }
      }
    }

    .our-history {
      .box-history {
        flex-wrap: wrap;
        margin-bottom: 24px;
        gap: 21px;
      }

      .text,
      .image {
        float: left;
        width: 100%;
      }

      h4 {
        font-family: 'Funnel Display', sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 16px;
      }

      p {
        font-family: 'DM Sans', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
      }

      .box-management {
        position: relative;

        .photo {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: flex-start;

          .ceo {
            float: left;
            width: calc(63.5% - 12px);
          }

          .team {
            float: left;
            width: calc(35.5% - 12px);
          }
        }

        .text-desc {
          float: right;
          width: 80%;
          position: relative;
          top: -10px;

          p {
            font-family: 'DM Sans', sans-serif;
            font-weight: 300;
            font-size: 16px;
            line-height: 22px;
          }
        }
      }
    }



    .our-journey {
      .title {
        margin-bottom: 24px;

        h3 {
          font-family: 'Funnel Display', sans-serif;
          font-weight: 600;
          font-size: 32px;
          line-height: 100%;
        }
      }
    }
  }

  .our-services {
    overflow: hidden;

    .title {
      padding: 20px 8%;
    }

    .solution-provider {
      margin: 0;
    }

    h1 {
      font-family: 'Funnel Display', sans-serif;
      font-weight: 600;
      font-size: 32px;
      line-height: 100%;
    }

    h4 {
      text-align: start;
    }
  }
}

.new-service-banner {
  margin-top: 40px;
  padding: 20px 8%;

  .inner {
    position: relative;
    background-color: var(--light-orange);
    border-radius: 12px;

    .title {
      position: absolute;
      left: 0;
      top: -40px;

      .box-nav {
        margin-bottom: 16px;
      }

      .link-back {
        margin: 0;
      }

      .box-title {
        float: left;
        width: max-content;
        padding: 12px 12px 12px 0;
        border-radius: 12px;
        background-color: var(--white);
      }

      h1 {
        float: left;
        font-family: "Funnel Display", sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        color: var(--primary);

      }
    }
  }
}


.section-banner {
  position: relative;
  float: left;
  width: 100%;

  .box-text-new {
    float: left;
    width: 100%;
    position: absolute;
  }

  h1 {
    float: left;
    width: max-content;
    font-family: "Funnel Display", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: var(--primary);
    padding: 0 8%;
    margin: 19vh 0 0;
    text-shadow: 0 71px 60px rgba(53, 99, 238, 0.34), 0 25.916px 21.901px rgba(53, 99, 238, 0.23), 0 12.582px 10.633px rgba(53, 99, 238, 0.19), 0 6.168px 5.212px rgba(53, 99, 238, 0.15), 0 2.439px 2.061px rgba(53, 99, 238, 0.11);
  }

  h2 {
    float: left;
    width: 100%;
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    padding: 0 8%;
    margin: 20px 0 0;
  }
}

.section-clients {
  position: relative;

  /* // background-image: url(../images/revamp/bg-client.svg);
  // background-position: center;
  // padding: 0 20px; */
  .bg-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    height: 100%;
  }

  .box-image-logo {
    position: relative;
    z-index: 10;
    float: left;
    width: 100%;
    padding: 25px 5%;

    .image-logo-client {
      float: left;
      width: 50%;
      padding: 5px;
    }
  }

  .box-accent {
    position: relative;
    top: -2px;
    overflow: hidden;

    img {
      width: calc(100% + 300px);
    }
  }
}

.omni-digital {
  margin: 50px 0;
  overflow: hidden;

  .title {
    h1 {
      font-family: 'Funnel Display', sans-serif;
      text-align: center;
      color: var(--black);
      font-size: 24px;
      line-height: 32px;
    }
  }
}

.solution-provider {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--black);
  padding: 0 8%;
  margin: 50px 0;

  .box-tss {
    position: relative;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 10px 0;
    width: 100%;

    .elipse {
      float: left;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      background: #F36D3726;
      filter: blur(100px);
    }

    h4 {
      position: relative;
      z-index: 2;
      font-family: 'Funnel Display', sans-serif;
      font-weight: 500;
      color: var(--orange);
      font-size: 16px;
      line-height: 100%;
      text-align: end;

    }
  }

  .box-csd {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 10px 0;
    width: 100%;

    .elipse {
      float: left;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      background: #F36D3726;
      filter: blur(100px);
    }

    p {
      position: relative;
      z-index: 2;
      font-family: 'DM Sans', sans-serif;
      font-weight: 300;
      color: var(--black-light);
      font-size: 14px;
      line-height: 16px;


    }

  }

  .img-line {
    display: none;
    transform: rotate(10deg);
    position: relative;
  }

  .box-list {
    float: left;
    width: 100%;
    height: 100%;
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }


  .solution-list {
    float: left;
    width: calc(50% - 8px);

    .list-inner {
      padding-bottom: 25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      position: relative;
    }
  }

  .solution-list h6 {
    font-family: "Funnel Display", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: var(--black-light)
  }

  .solution-list .img-service {
    width: 100%;
    max-width: 100px;
    aspect-ratio: 1 / 1;
    cursor: pointer;
  }

  .solution-list .box-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    button {
      width: 100%;
      max-width: 40px;
      aspect-ratio: 1 / 1;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--orange);
      border-color: var(--orange);

      img {
        width: 100%;
        max-width: 16px;
      }
    }
  }
}


.box-portfolio {
  background-color: var(--orange);
  padding: 50px 0;
  overflow-x: hidden;

  .title {
    padding: 20px;

    h4 {
      float: left;
      width: 100%;
      font-family: 'Funnel Display', sans-serif;
      font-size: 26px;
      line-height: 32px;
      font-weight: 600;
      margin-bottom: 24px;
    }

    p {
      float: left;
      width: 100%;
      font-family: 'DM Sans', sans-serif;
      font-size: 14px;
      line-height: 18px;
      font-weight: 300;
      margin-bottom: 16px;
    }

    a {
      font-family: 'Funnel Display', sans-serif;
      font-size: 18px;
      line-height: 18px;
      font-weight: 700;
      color: var(--white);
      text-decoration: underline;
    }
  }

  .slick-list {
    padding-left: 0 !important;
  }
}

.galery-portfolio {

  .prevArrowBtn,
  .nextArrowBtn {
    position: absolute;
    top: -50px;
    cursor: pointer;
  }

  .prevArrowBtn {
    right: 55px;
  }

  .nextArrowBtn {
    right: 15px;
  }
}

.portfolio-card {
  cursor: pointer;

  .list {
    float: left;
    padding: 26px 10px;

    .inner {
      border-radius: 16px;
      overflow: hidden;
      background-color: rgb(255, 238, 232);
      box-shadow: 0px 10px 24px 0px #00000033;

    }

    .header-list {
      height: 65px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px;
      gap: 12px;

      a {
        font-family: 'Funnel Display', sans-serif;
        font-weight: 700;
        color: var(--orange);
        font-size: 16px;
        line-height: 20px;
        text-decoration: none;
      }

      .company-logo {
        width: 25%;
      }
    }

    .body {
      height: 200px;
      overflow: hidden;

      .box-image {
        position: relative;
        height: 100%;
        border-top-right-radius: 20px;
        background-color: var(--white);

        img {
          position: relative;
          min-height: 200px;
          object-fit: cover;
          object-position: top;
          border-radius: 0 16px 16px 16px;
        }
      }
    }
  }
}

.box-our-service {
  .box-accent-client {
    img {
      float: left;
      width: 100%;
    }
  }
}

.box-our-product {
  padding: 0 8%;
  color: var(--black);
  background-color: var(--white);

  h1 {
    float: left;
    width: 100%;
    margin: 32px 0;
    font-family: "Funnel Display", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;

    span {
      color: var(--orange);
    }
  }

  .our-product {
    .cranium-product {
      float: left;
      width: 100%;

      .stack-container {
        float: left;
        width: 100%;
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        .stack-image {
          width: 33.333%;
          height: auto;
          padding: 5px;
          display: flex;
          justify-content: center;

        }
      }
    }

    .line-sparator {
      float: left;
      border-left: 1px solid #00000026;
      margin: 0;
      display: none;
    }
  }

}

.box-glimpse {
  display: flex;
  flex-wrap: wrap-reverse;
  align-content: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--black-light);
  padding: 0 8%;
  margin: 50px 0;

  .title {
    h2 {
      font-family: 'Funnel Display', sans-serif;
      font-weight: 600;
      text-align: center;
      font-size: 24px;
      line-height: 32px;
    }
  }

  .box-thumbnail {
    float: left;
    width: 100%;
    position: relative;

    .prevArrowBtn,
    .nextArrowBtn {
      position: absolute;
      top: 45%;
      z-index: 5;
      background-color: var(--white);
      box-shadow: 0px 2px 4px 0px #00000026;
      padding: 12px;
      border-radius: 100%;
      cursor: pointer;
    }

    .prevArrowBtn {
      left: -7%;
    }

    .nextArrowBtn {
      right: -7%;
    }
  }

  .box-text {
    float: left;
    width: 100%;

    .text {
      display: grid;
      justify-items: start;
      gap: 14px;
    }

    p {
      font-family: 'DM Sans', sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 18px;

    }

    .box-quote {
      .btn-primary {
        box-shadow: none;
      }
    }
  }

}

.box-quote {
  .btn-primary {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 21px;
    background-color: var(--primary);
    box-shadow: 0px 0px 16px 0px #F36D3799;
  }
}

.box-footer {
  position: relative;
  font-family: 'Funnel Display', sans-serif;
  color: var(--white);

  a,
  p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--white);
    text-decoration: none;
  }

  .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: var(--black);
    margin-bottom: -15px;
    background-color: #F4F7FF;

    .box-quote {
      float: left;
      width: 100%;
      padding: 50px 8%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-family: 'Funnel Display', sans-serif;

      h4 {
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 14px;
      }

      p {
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
        color: var(--black);
      }
    }

    .box-art {
      float: left;
      width: 100%;
    }
  }

  .bottom {

    .box-company-info {
      position: relative;
      z-index: 2;
      padding: 70px 20px 30px 20px;

      .company-info {
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: flex-start;
        margin-bottom: 32px;

        .box-company {
          float: left;
          width: 100%;

          .company {
            img {
              max-width: 200px;
              margin: 0 0 20px;
            }
          }

          .media {
            display: flex;
            justify-content: flex-start;
            gap: 20px;

            img {
              width: 30px;
            }
          }
        }

        .box-info {
          float: left;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          gap: 20px;

          .box-list {
            float: left;
            max-width: 300px;

            &.contact {
              max-width: 420px;
              margin-bottom: 28px;
            }

            h6 {
              float: left;
              font-size: 18px;
              line-height: 20px;
              font-weight: 700;
              margin-bottom: 10px;
            }

            .list {
              float: left;
              display: flex;
              flex-wrap: wrap;
              justify-content: flex-start;
              gap: 10px;

              .link {
                float: left;
                width: 100%;

                .box-link-icon {
                  display: flex;
                  justify-content: flex-start;
                  align-items: center;
                  gap: 14px;
                }
              }
            }
          }
        }
      }

      .box-copyright {
        p {
          font-family: 'DM Sans', sans-serif;
          font-weight: 400;
          font-size: 14px;
          line-height: 14px;
        }
      }
    }

    .box-accent {
      position: relative;
      bottom: -2px;
      overflow: hidden;
      transform: rotateX(180deg) rotateY(0deg);

      img {
        width: calc(100% + 300px);
      }
    }

    .bg-text {
      position: absolute;
      left: 0;
      height: 100%;

    }

  }

}

.box-address {
  padding: 0 8%;

  .box-tabs {
    float: left;
    width: 100%;
    padding: 60px 0 25px;
    gap: 20px;

    .address-title {
      h2 {
        font-family: "Funnel Display", sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
      }
    }

    .nav-pills {
      float: left;
      width: 100%;
      flex-wrap: wrap;
      border: none;

      .nav-item {
        float: left;
        width: 100%;

        .nav-link {
          float: left;
          width: 100%;
          font-family: "DM Sans", sans-serif;
          font-weight: 700;
          font-size: 14px;
          line-height: 14px;
          text-transform: uppercase;
          padding: 14px 19px;
          white-space: nowrap;
        }
      }
    }
  }

  .tab-content {
    float: left;
    width: 100%;

    .box-address-container {
      margin: 30px 0;
      display: flex;
      flex-wrap: wrap-reverse;
      align-items: center;
      width: 100%;

      .address-content {
        margin: 30px 0 0;

        h1 {
          font-family: "Funnel Display", sans-serif;
          font-weight: 700;
          font-size: 22px;
          line-height: 28px;
          margin: 0 0 15px 0;
        }

        .address-desc {
          display: flex;
          justify-content: flex-start;
          align-items: center;

          .address-detail {
            float: left;
            width: 95%;

            p {
              float: left;
              width: 100%;
              font-size: 14px;
              line-height: 18px;

              a {
                text-decoration: none;
                color: var(--black);
              }
            }
          }
        }
      }
    }
  }
}

.service-page {
  margin: 85px 0 250px;

  .section-description {
    .general {
      padding: 20px 8%;

      p {
        font-family: 'DM Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
      }
    }

    .box-description {
      padding: 0 8%;

      .point-list {
        position: relative;
        float: left;
        width: 100%;

        h5 {
          font-family: 'Funnel Display', sans-serif;
          font-size: 14px;
          line-height: 18px;
        }

        .light {
          font-weight: 400;
          margin-bottom: 20px;
        }

        .bold {
          font-weight: 700;
          color: var(--primary);
          margin-bottom: 10px;
        }

        .box-list {
          position: absolute;
          left: 0;
          top: 0;
          padding: 6% 5% 5%;

          .list-inner {
            position: relative;
            z-index: 2;

            h2 {
              font-family: 'Funnel Display', sans-serif;
              font-weight: 700;
              font-size: 16px;
              line-height: 100%;
              margin-bottom: 5%;
              width: 78%;
              height: 32px;
            }

            p {
              font-family: 'DM Sans', sans-serif;
              font-weight: 300;
              font-size: 9px;
              line-height: 12px;
              width: 95%;
            }
          }

          .service-icon {
            position: absolute;
            z-index: 3;
            top: 0;
            right: 0;
            float: left;
            width: 46px;
            height: 46px;
            border-radius: 12px 0 12px 12px;
            background-color: var(--orange);
            display: flex;
            justify-content: center;
            align-items: center;

            img {
              width: 100%;
              max-width: 20px;
            }
          }

        }

        .bg-text {
          position: relative;
        }
      }
    }
  }
}

.portfolio-page {
  display: flex;
  justify-content: center;
  margin: 100px 0 50px 0;

  .title {
    margin-bottom: 50px;

    h1 {
      font-family: 'Funnel Display', sans-serif;
      font-weight: 600;
      color: var(--primary);
      margin-bottom: 20px;
      font-size: 32px;
      line-height: 32px;
    }

    p {
      font-family: 'DM Sans', sans-serif;
      font-weight: 300;
      color: var(--black-light);
      font-size: 16px;
      line-height: 24px;
    }
  }

  .portfolio-list {
    float: left;
    width: 90%;

    .portfolio {
      float: left;
      width: calc(100% + 20px);
      margin-left: -10px;

      .portfolio-card {
        width: 100%;

        .list {
          width: 100%;
        }
      }
    }

    &.detail {
      .title {
        margin: 0;

        .desc-info {
          position: relative;
          flex-wrap: wrap;
          gap: 12px;

          .detail-logo {
            float: left;
            width: 100%;
            max-width: 106px;

            img {
              float: left;
              width: 100%;
            }
          }
        }

        .nav-detail {
          position: absolute;
          top: 0;
          right: 0;
        }

        h1 {
          float: left;
          width: 100%;
          font-weight: 700;
          font-size: 24px;
          line-height: 32px;
          text-align: start;
          margin-bottom: 0;
        }
      }
    }
  }

  .portfolio-detail {
    .box-screen {
      padding-top: 16px;
      margin-bottom: 32px;
      border: 1px solid #E3E3E3;
      border-radius: 32px;
    }

    .card {
      overflow: hidden;
      border-radius: 16px;
      background-color: rgb(255, 238, 232);
      box-shadow: 0px 10px 24px 0px #00000033;

      .card-body {
        padding: 0;
      }

      img {
        position: relative;
        float: left;
        height: 100%;
        object-fit: cover;
        object-position: top;
      }
    }

    .desktop {
      .card {
        aspect-ratio: 1/0.6;
      }
    }

    .mobile {
      flex-direction: column-reverse;

      &.single-img {
        .card {
          aspect-ratio: 1 / 1.1;
        }
      }

      .card {
        aspect-ratio: 1 / 2.2;
      }
    }

    .detail-description {
      gap: 32px;

      p {
        font-family: 'DM Sans', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
      }

      .scope,
      .tech-stack {
        .box-list {
          gap: 10px;

          .list {
            width: fit-content;
            padding: 8px 20px;
            background-color: var(--light-orange);
            border: 1px solid var(--black-light);
            border-radius: 5rem;

            p {
              font-family: 'DM Sans', sans-serif;
              font-size: 16px;
              line-height: 100%;
              color: var(--black-light);
            }
          }
        }
      }
    }
  }
}

.title {
  .link-back {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
    font-family: 'Funnel Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--gray-light);
    text-decoration: none;

    img {
      max-width: 18px;
    }
  }
}

.erp-page {
  margin: 85px 0 50px;

  .new-erp-banner {
    margin: 40px 0 20px;
    padding: 20px 8%;

    .inner {
      position: relative;

      .title {
        position: absolute;
        left: -1px;
        top: -25px;
        z-index: 10;

        .link-back {
          margin: 0;
        }

        .box-title {
          float: left;
          width: max-content;
          padding: 12px 12px 12px 0;
          border-radius: 12px;
          background-color: var(--white);
        }

        h4 {
          float: left;
          font-family: "Funnel Display", sans-serif;
          font-weight: 600;
          font-size: 18px;
          line-height: 100%;
          text-align: center;
          color: var(--primary);

        }
      }

      .banner {
        position: relative;
        z-index: 5;
        box-shadow: 0px 48px 100px 0px #00000026;
      }
    }
  }

  .section-description {
    padding: 0 8%;

    .general {
      margin-bottom: 40px;

      h6 {
        font-family: 'Funnel Display', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
      }

      p {
        font-family: 'DM Sans', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
      }
    }
  }

  .box-description {
    .title {
      margin-bottom: 32px;

      h3 {
        float: left;
        font-family: "Funnel Display", sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        color: var(--black-light);

      }
    }

    .box-smart-erp {
      margin-bottom: 40px;

      .card {
        border: none;
        border-radius: 24px;
        box-shadow: 0px 0px 100px 0px #F36D3733;

        .card-body {
          padding: 16px;
        }
      }

      .point-erp {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px;

        .point-smart {
          position: relative;
          padding: 10px 32px;
          border-radius: 16px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding-left: 72px;
          height: 56px;

          .icon {
            position: absolute;
            left: 0;
            top: 0;
            width: 56px;
            height: 56px;
            padding: 16px;
            border-radius: 16px;
          }

          h5 {
            font-family: 'Funnel Display', sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: 100%;

          }

          &.ism {
            background-color: #FCE3E0;

            .icon {
              background-color: #D82128;
            }

            h5 {
              color: #D82128;
            }
          }

          &.cerp {
            background-color: #D9EBFE;

            .icon {
              background-color: #3464CF;
            }

            h5 {
              color: #3464CF;
            }
          }

          &.ubt {
            background-color: #DDFCE6;

            .icon {
              background-color: #227A43;
            }

            h5 {
              color: #227A43;
            }
          }

          &.fd {
            background-color: #FEF9C2;

            .icon {
              background-color: #C87C07;
            }

            h5 {
              color: #C87C07;
            }
          }

          &.ost {
            background-color: #F5E8FF;

            .icon {
              background-color: #742DBE;
            }

            h5 {
              color: #742DBE;
            }
          }

          &.rti {
            background-color: #FCE5F4;

            .icon {
              background-color: #C43877;
            }

            h5 {
              color: #C43877;
            }
          }

        }

        h6 {
          font-family: 'DM Sans', sans-serif;
          font-weight: 400;
          font-size: 20px;
          line-height: 100%;
          margin-bottom: 8px;
        }

        p {
          font-family: 'DM Sans', sans-serif;
          font-weight: 300;
          font-size: 16px;
          line-height: 22px;
        }
      }


    }

    .point-list {
      position: relative;
      height: 100%;

      .box-list {
        position: absolute;
        left: 0;
        top: 0;
        padding: 6% 5% 5%;

        .list-inner {
          position: relative;
          z-index: 2;

          h2 {
            font-family: 'Funnel Display', sans-serif;
            font-weight: 700;
            font-size: 22px;
            line-height: 100%;
            margin-bottom: 22px;
            width: 66%;
            height: 66px;
          }

          p {
            font-family: 'DM Sans', sans-serif;
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            width: 100%;
          }
        }

        .service-icon {
          position: absolute;
          z-index: 3;
          top: 0;
          right: 0;
          float: left;
          width: 100px;
          display: flex;
          justify-content: center;
          align-items: center;

          img {
            width: 100%;
          }
        }

      }

      .bg-text {
        position: relative;
      }
    }
  }
}

.new-career-page {
  .general {
    margin-bottom: 40px;

    h1 {
      font-family: 'Funnel Display', sans-serif;
      font-weight: 600;
      font-size: 28px;
      line-height: 34px;
      text-align: center;
      color: var(--black-light);
      margin-bottom: 20px;
    }

    p {
      font-family: 'DM Sans', sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: var(--black-light);
    }
  }

  .container-career {
    padding: 20px 0;

    .jobs-page {
      max-width: 1000px;
    }
  }

  .job-list {
    ul {
      list-style: none;
      padding-left: 0;

      .panel-heading {
        margin-bottom: 25px;
      }

      .btn-primary {
        padding: 10px 20px;
        color: var(--white);
        background-color: var(--primary);
        font-family: 'DM Sans', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
      }
    }

    h3 {
      font-family: 'DM Sans', sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 100%;
      text-align: start;
      margin-bottom: 8px;
    }

    p {
      font-family: 'DM Sans', sans-serif;
      font-size: 16px;
      line-height: 100%;
      text-align: start;
    }

    .btn-careers {
      padding: 16px;
      border-radius: 16px;
      border: 1px solid #E1E1E1;
      background-color: var(--white);
    }
  }
}

.contact-us-page {
  margin: 85px 0 100px;

  h1 {
    color: var(--primary);
  }

  .address-desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.blog-post {
  display: flex;
  justify-content: center;
  padding: 0 5%;
  margin: 85px 0 40px;

  .blog-description {
    max-width: 720px;

    .title {
      margin-bottom: 12px;

      h5 {
        font-family: 'Funnel Display', sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 48px;
      }
    }

    .box-author {
      font-family: 'DM Sans', sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      color: #6B6B6B;
    }

    p {
      font-family: 'DM Sans', sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }

    .sub-title {
      margin-bottom: 16px;

    }

    .space-desc {
      padding-left: 16px;
    }
  }
}

.blog-page {
  margin: 85px 0 40px;
  padding: 0 8%;

  .btn-outline-primary {
    padding: 13px 26px;
    font-family: 'Funnel Display', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
  }

  .blog-main-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;

    h1 {
      font-family: 'Funnel Display', sans-serif;
      font-weight: 600;
      font-size: 32px;
      line-height: 38px;
    }

    p {
      font-family: 'DM Sans', sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }
  }

  .blog-list-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;

    span {
      font-family: 'DM Sans', sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 28px;
      color: #6B6B6B;
      text-transform: uppercase;
    }

    h5 {
      font-family: 'Funnel Display', sans-serif;
      font-weight: 600;
      font-size: 22px;
      line-height: 100%;
    }
  }

  .blog-filter {
    display: flex;
    justify-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;

    h6 {
      font-family: 'Funnel Display', sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      color: var(--black);
      margin-bottom: 8px;
    }

    label {
      font-family: 'DM Sans', sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }

    .box-follow {
      gap: 10px;

      .icons {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        border: 1px solid #EBEBEB;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
      }
    }

  }
}

@media screen and (min-width: 320px) {
  .section-clients {
    .box-image-logo {
      .image-logo-client {
        padding: 10px;
      }
    }
  }

}


@media screen and (min-width: 375px) {

  .box-address {
    .box-tabs {
      float: left;
      width: 100%;
      padding: 60px 0 25px;
      gap: 20px;

      .address-title {
        h2 {
          font-family: "Funnel Display", sans-serif;
          font-weight: 600;
          font-size: 24px;
          line-height: 32px;
          text-align: center;
        }
      }

      .nav-pills {
        width: fit-content;
        flex-wrap: nowrap;
        border: 1px solid #e1e8fc;
        border-radius: 50rem;

        .nav-item {
          width: fit-content;

          .nav-link {
            font-size: 12px;
            line-height: 12px;
            padding: 14px 19px;
          }
        }
      }
    }


  }


  .service-page {
    .section-description {
      .box-description {
        .point-list {
          position: relative;
          height: 100%;

          .box-list {
            .list-inner {
              p {
                font-size: 9px;
                line-height: 12px;
                width: 100%;
              }
            }

            .service-icon {
              width: 50px;
              height: 50px;
              border-radius: 14px 0 14px 14px;

              img {
                max-width: 22px;
              }
            }
          }
        }
      }
    }
  }

}

@media screen and (min-width: 414px) {
  .section-clients {
    .box-image-logo {
      .image-logo-client {
        width: 33.333%;
      }
    }
  }

  .box-footer {
    .top {
      margin-bottom: -20px;
    }
  }

  .solution-provider {
    .box-tss {
      h4 {
        font-size: 18px;
      }
    }

    .box-csd {
      p {
        font-size: 16px;
        line-height: 20px;
      }

    }

    .solution-list h6 {
      font-size: 16px;
      line-height: 18px;
    }

    .solution-list .box-button {
      button {
        img {
          max-width: 18px;
        }
      }
    }

  }

  .box-portfolio {
    .slick-list {
      padding-left: 0 !important;
    }
  }

  .portfolio-card {
    .list {
      .inner {
        border-radius: 16px;
      }

      .header-list {
        height: 75px;

        .company-logo {
          width: 30%;
        }
      }

      .body {
        height: 225px;

        .box-image {
          img {
            min-height: 225px;
          }
        }
      }
    }
  }

  .box-our-product {

    .our-product {
      .cranium-product {
        .stack-container {
          margin: 30px 0;

          .stack-image {
            width: 25%;
            padding: 10px;
          }
        }
      }
    }
  }

  .service-page {
    .section-description {
      .box-description {
        .point-list {
          .box-list {

            .list-inner {
              h2 {
                margin-bottom: 6%;
              }

              p {
                font-size: 10px;
                line-height: 14px;
              }
            }
          }
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              margin-bottom: 30px;
            }

            p {
              font-size: 16px;
              line-height: 18px;
              width: 95%;
            }
          }
        }
      }
    }
  }

}

@media screen and (min-width: 440px) {
  .service-page {
    .section-description {
      .box-description {
        .point-list {
          .box-list {
            .list-inner {
              h2 {
                font-size: 18px;
                margin-bottom: 8%;
              }
            }

            .service-icon {
              width: 60px;
              height: 60px;
              border-radius: 16px 0 16px 16px;

              img {

                max-width: 28px;
              }
            }
          }
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 24px;
              margin-bottom: 40px;
              height: 72px;
            }

            p {
              font-size: 16px;
              line-height: 20px;
              width: 100%;
            }
          }
        }
      }
    }
  }
}

@media screen and (min-width: 480px) {
  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 28px;
              margin-bottom: 45px;
              height: 84px;
            }

            p {
              font-size: 18px;
              line-height: 24px;
            }
          }
        }
      }
    }
  }
}

@media screen and (min-width: 520px) {
  .service-page {
    .section-description {
      .box-description {
        .point-list {
          .box-list {
            .list-inner {
              h2 {
                font-size: 20px;
                height: 40px;
                margin-bottom: 8%;
              }

              p {
                font-size: 12px;
                line-height: 16px;
              }
            }
          }
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 28px;
              margin-bottom: 45px;
            }

            p {
              font-size: 18px;
              line-height: 24px;
            }
          }
        }
      }
    }
  }

}

@media screen and (min-width: 569px) {
  .cookie-banner {
    flex-wrap: nowrap;
  }

  .box-btn-cookie {
    gap: 10px;
    width: fit-content;
    flex-direction: column;

    .btn-cookie {
      width: 120px;
    }
  }

  .modal-title {
    font-size: 32px;
  }

  .modal-header .btn-close {
    top: 1.3rem;
    right: 1.3rem;
  }

  .modal-footer .btn-primary {
    height: 50px;
  }

  .box-our-product {
    h1 {
      font-size: 32px;
      line-height: 38px;
      margin: 50px 0;
    }

    .our-product {
      .cranium-product {
        .box-product-image {
          img {
            width: 80%;
          }
        }

        .stack-container {
          margin: 30px 0;

          .stack-image {
            width: 16.667%;
            padding: 10px;
          }
        }
      }
    }
  }

  .box-address {
    .box-tabs {
      .address-title {
        h2 {
          font-size: 32px;
          line-height: 38px;
        }
      }

      .nav-pills {
        .nav-item {
          .nav-link {
            font-size: 14px;
            line-height: 14px;
            padding: 14px 19px;
          }
        }
      }
    }

  }

  .box-footer {
    .top {
      margin-bottom: -30px;
    }

    .bottom {
      .box-accent {
        img {
          width: calc(100% + 250px);
        }
      }
    }
  }

  .omni-digital {
    .title {
      h1 {
        font-size: 32px;
        line-height: 38px;
      }
    }
  }

  .solution-provider {
    padding: 150px 8% 125px;

    .box-tss {
      h4 {
        font-size: 26px;
      }
    }

    .box-csd {
      p {
        font-size: 20px;
        line-height: 32px;
      }

    }

    .solution-list {
      .img-service {
        max-width: 120px;
      }
    }

    .solution-list h6 {
      font-size: 18px;
      line-height: 22px;
    }

    .solution-list .box-button {
      button {
        max-width: 48px;

        img {
          max-width: 20px;
        }
      }
    }

  }

  .box-portfolio {
    .title {
      h4 {
        font-size: 38px;
        line-height: 42px;

      }
    }

    .slick-list {
      padding-left: 10px !important;
    }
  }

  .portfolio-card {
    .list {
      .inner {
        border-radius: 16px;
      }

      .header-list {
        height: 80px;

        a {
          font-size: 18px;
          line-height: 20px;
        }

        .company-logo {
          width: 30%;
        }
      }

      .body {
        height: 260px;

        .box-image {
          img {
            min-height: 260px;
          }
        }
      }
    }

  }

  .service-page {
    .section-description {
      .general {
        p {
          font-size: 16px;
          line-height: 20px;
        }
      }

      .point-list {
        .box-list {
          padding: 20px 16px 25px;

          .list-inner {
            h2 {
              font-size: 20px;
              margin-bottom: 50px;
            }

            p {
              font-size: 16px;
              line-height: 20px;
            }
          }

          .service-icon {
            width: 70px;
            height: 70px;
            border-radius: 18px 0 18px 18px;

            img {

              max-width: 34px;
            }
          }

        }

        h5 {
          font-size: 16px;
          line-height: 20px;
        }
      }
    }
  }

  .box-glimpse {
    gap: 40px;

    .title {
      h2 {
        font-size: 32px;
        line-height: 38px;
      }
    }



    .box-text {
      .text {
        gap: 18px;
      }

      p {
        font-size: 18px;
        line-height: 24px;

      }
    }

  }

  .portfolio-page {
    .title {
      h1 {
        font-size: 38px;
        line-height: 38px;
      }

      p {
        font-size: 18px;
        line-height: 26px;
      }
    }

    .portfolio-list {
      .portfolio {
        .portfolio-card {
          width: 50%;
        }
      }

      &.detail {
        .title {
          h1 {
            font-size: 28px;
            line-height: 36px;
          }
        }
      }
    }
  }

  .new-service-banner {
    .inner {
      border-radius: 12px;

      .title {
        top: -40px;

        .box-nav {
          margin-bottom: 16px;
        }

        .box-title {
          padding: 12px 12px 12px 0;
          border-radius: 12px;
        }

        h1 {
          font-size: 26px;


        }
      }
    }
  }

  .about-us-page {
    margin: 80px 0 50px;

    .about-us-banner {
      margin: 40px 0 0px;

      .inner {
        .title {
          h1 {
            font-size: 26px;
          }
        }
      }
    }

    .section-description {
      .row {
        .card {
          border-radius: 24px;

          p {

            font-size: 18px;
            line-height: 24px;
          }
        }
      }

      .our-history {
        .box-history {
          gap: 21px;
        }


        h4 {
          font-size: 32px;
          line-height: 100%;
        }

        p {
          font-size: 16px;
          line-height: 22px;
        }

        .box-management {
          .photo {
            .ceo {
              width: calc(64.7% - 12px);
            }

            .team {
              width: calc(35.4% - 12px);
            }
          }

          .text-desc {
            top: -20px;

            p {
              font-size: 16px;
              line-height: 22px;
            }
          }
        }
      }

      .our-services {
        h3 {
          font-size: 32px;
        }
      }

      .our-journey {
        .title {
          h3 {
            font-size: 32px;
            line-height: 100%;
          }
        }
      }
    }
  }

  .erp-page {
    .new-erp-banner {
      .inner {
        .title {
          .box-title {
            padding: 12px 12px 12px 0;
            border-radius: 12px;
          }

          h4 {
            font-size: 18px;
            line-height: 100%;
          }
        }

        .banner {
          position: relative;
          z-index: 5;
        }
      }
    }

    .section-description {
      .general {
        margin-bottom: 50px;

        h6 {
          font-size: 20px;
          line-height: 30px;
        }
      }
    }

    .box-description {
      .title {
        h3 {
          font-size: 32px;
          line-height: 38px;
        }
      }

      .box-smart-erp {
        margin-bottom: 50px;

        .card {
          border-radius: 24px;

          .card-body {
            padding: 16px;
          }
        }

        .point-erp {
          gap: 16px;

          .point-smart {
            padding: 10px 32px;
            border-radius: 16px;
            padding-left: 72px;
            height: 56px;

            .icon {
              width: 56px;
              height: 56px;
              padding: 16px;
              border-radius: 16px;
            }

            h5 {
              font-size: 16px;
              line-height: 100%;
            }
          }

          h6 {
            font-size: 20px;
            line-height: 100%;
          }

          p {
            font-size: 16px;
            line-height: 22px;
          }
        }


      }

      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 32px;
              margin-bottom: 55px;
              height: 96px;
            }

            p {
              font-size: 18px;
              line-height: 26px;
            }
          }
        }
      }
    }
  }

  .service-page {
    .section-description {
      .box-description {
        .point-list {
          .box-list {
            .list-inner {
              h2 {
                font-size: 22px;
                height: 44px;
                margin-bottom: 6%;
              }

              p {
                font-size: 14px;
                line-height: 18px;
              }
            }
          }
        }
      }
    }
  }

  .section-clients {
    .box-accent {
      img {
        width: calc(100% + 250px);
      }
    }
  }
}

@media screen and (min-width: 668px) {
  .service-page {
    .section-description {
      .box-description {
        .point-list {
          .box-list {
            .list-inner {
              h2 {
                font-size: 28px;
                height: 56px;
              }

              p {
                font-size: 16px;
                line-height: 20px;
              }
            }
          }
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 36px;
              margin-bottom: 60px;
              height: 108px;
            }
          }
        }
      }
    }
  }

}

@media screen and (min-width: 768px) {

  .cookie-banner {
    display: flex;
    flex-wrap: nowrap;
  }

  .btn-cookie {
    max-width: 120px;
  }

  .section-banner {
    height: 100vh;

    h1 {
      font-size: 42px;
    }

    h2 {
      font-size: 22px;
    }
  }

  #backToTop {
    top: 20%;
    right: 8%;
  }

  .section-clients {
    .box-image-logo {
      .image-logo-client {
        width: 25%;
      }
    }

    .box-accent {
      img {
        width: calc(100% + 200px);
      }
    }
  }

  .box-footer {

    a,
    p {
      font-size: 16px;
      line-height: 18px;
    }

    .top {
      flex-wrap: nowrap;
      margin-bottom: -50px;

      .box-quote {
        width: 45%;
      }

      .box-art {
        width: 55%;
      }
    }

    .bottom {
      .box-accent {
        img {
          width: calc(100% + 200px);
        }
      }

      .box-company-info {
        padding: 100px 20px 50px 20px;

        .company-info {
          flex-wrap: wrap;

          .box-info {
            flex-wrap: nowrap;

            .box-list {
              max-width: 220px;

              &.contact {
                max-width: 420px;
                margin-bottom: 0;
              }
            }
          }

          .box-company {
            margin-bottom: 32px;

            .company {
              img {
                max-width: 200px;
                margin: 0 0 32px;
              }
            }

            .media {
              img {
                width: 26px;
              }
            }
          }
        }
      }
    }
  }

  .solution-provider {
    padding: 175px 0 125px;

    .box-tss {
      position: absolute;
      top: 10%;
      right: 5%;
      z-index: 10;
      padding: 10px 0 10px 10px;
      width: 290px;

      h4 {
        font-size: 16px;

      }
    }

    .box-csd {
      position: absolute;
      bottom: 10%;
      left: 5%;
      z-index: 10;
      padding: 10px 0 10px 10px;
      width: 341px;

      p {
        font-size: 14px;
        line-height: 16px;
      }

    }

    .img-line {
      display: block;
    }

    .box-list {
      float: left;
      width: 90%;
      height: 100%;
      transform: rotate(10deg);
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      gap: 1%;
      position: absolute;
      top: -10%;
      z-index: 5;
    }

    .solution-list {
      position: relative;
      transform: rotate(-10deg);
      float: left;
      width: 14.285%;
      max-width: 180px;
      display: flex;
      justify-content: center;
      align-items: center;

      .img-service {
        max-width: 70px;
      }

      .list-inner {
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        position: absolute;

        &.wd {
          top: 23%;
        }

        &.md {
          top: 19%;
        }

        &.tc {
          top: 22%;
        }

        &.te {
          bottom: 38%;
        }

        &.pi {
          bottom: 23%;
        }

        &.ei {
          bottom: 18%;
        }

        &.im {
          bottom: 24%;
        }
      }
    }


    .solution-list h6 {
      font-size: 14px;
      line-height: 16px;
    }

    .solution-list .box-button {
      bottom: -10%;

      button {
        max-width: 35px;
      }
    }

  }

  .box-our-product {
    .our-product {
      .cranium-product {
        display: flex;
        justify-content: center;
        align-items: center;

        .stack-container {
          margin: 30px 0;

          .stack-image {
            width: 16.667%;
            padding: 5px;
          }
        }

        .box-product-image {
          img {
            width: 80%;
          }
        }
      }

      .line-sparator {
        display: block;
      }
    }
  }

  .box-address {
    .tab-content {
      .box-address-container {
        flex-wrap: nowrap;

        .address-content {
          float: left;
          width: 50%;
          padding-right: 20px;
          margin: 0;

          h1 {
            font-size: 24px;
            line-height: 30px;

          }

          .address-desc {
            .address-detail {
              p {
                font-size: 16px;
                line-height: 20px;
              }
            }
          }
        }



        .box-address-map {
          width: 50%;
        }
      }
    }
  }

  .service-page {
    .section-description {
      .general {
        p {
          font-size: 18px;
          line-height: 24px;
        }
      }

      .box-description {

        .point-list {
          .box-list {
            .list-inner {
              h2 {
                font-size: 32px;
                height: 64px;
                margin-bottom: 8%;
              }

              p {
                font-size: 18px;
                line-height: 24px;
              }
            }

            .service-icon {
              width: 90px;
              height: 90px;
              border-radius: 22px 0 22px 22px;

              img {
                max-width: 40px;
              }
            }

          }

          h5 {
            font-size: 16px;
            line-height: 20px;
          }
        }
      }
    }
  }

  .box-glimpse {
    flex-wrap: nowrap;
    align-items: center;

    .box-thumbnail {
      width: calc(45% - 20px);
    }

    .box-text {
      width: calc(55% - 20px);

      .text {
        gap: 16px;
      }

      p {
        font-size: 14px;
        line-height: 18px;
      }
    }
  }

  .portfolio-page {
    display: flex;
    justify-content: center;
    margin: 150px 0 100px 0;

    .title {
      margin-bottom: 50px;

      h1 {
        font-size: 64px;
        line-height: 64px;
      }

      p {
        font-family: 'DM Sans', sans-serif;
        font-weight: 300;
        color: var(--black-light);
        font-size: 22px;
        line-height: 36px;
      }
    }

    .portfolio-list {
      &.detail {
        .title {
          h1 {
            font-size: 34px;
            line-height: 48px;
          }
        }
      }

      .portfolio-detail {
        .mobile {
          flex-direction: row;
        }
      }
    }
  }

  .new-service-banner {
    .inner {
      border-radius: 20px;

      .title {
        top: -40px;

        .box-nav {
          margin-bottom: 16px;
        }

        .box-title {
          padding: 12px 12px 12px 0;
          border-radius: 20px;
        }

        h1 {
          font-size: 36px;
        }
      }
    }
  }

  .about-us-page {
    margin: 80px 0 50px;

    .about-us-banner {
      margin: 40px 0 0px;

      .inner {
        .title {
          .box-title {
            border-radius: 20px;
          }

          h1 {
            font-size: 36px;
          }
        }
      }
    }

    .section-description {
      .row {
        .card {
          border-radius: 24px;

          p {

            font-size: 18px;
            line-height: 24px;
          }
        }
      }

      .our-history {
        .box-history {
          gap: 21px;
        }


        h4 {
          font-size: 36px;
        }

        p {
          font-size: 16px;
          line-height: 22px;
        }

        .box-management {
          .text-desc {
            top: -20px;

            p {
              font-size: 16px;
              line-height: 22px;
            }
          }
        }
      }

      .our-services {
        h3 {
          font-size: 36px;
        }
      }

      .our-journey {
        .title {
          h3 {
            font-size: 36px;
          }
        }
      }
    }

    .our-services {
      h1 {
        font-size: 36px;
      }
    }
  }

  .erp-page {
    .new-erp-banner {
      .inner {
        .title {
          .box-title {
            padding: 12px 12px 12px 0;
            border-radius: 12px;
          }

          h4 {
            font-size: 18px;
            line-height: 100%;
          }
        }

        .banner {
          position: relative;
          z-index: 5;
        }
      }
    }

    .box-description {
      .title {
        h3 {
          font-size: 32px;
          line-height: 38px;
        }
      }

      .box-smart-erp {
        margin-bottom: 50px;

        .card {
          border-radius: 24px;

          .card-body {
            padding: 16px;
          }
        }

        .point-erp {
          gap: 16px;

          .point-smart {
            padding: 10px 32px;
            border-radius: 16px;
            padding-left: 72px;
            height: 56px;

            .icon {
              width: 56px;
              height: 56px;
              padding: 16px;
              border-radius: 16px;
            }

            h5 {
              font-size: 16px;
              line-height: 100%;
            }
          }

          h6 {
            font-size: 20px;
            line-height: 100%;
          }

          p {
            font-size: 16px;
            line-height: 22px;
          }
        }


      }

      .point-list {
        .box-list {

          .list-inner {
            h2 {
              font-size: 24px;
              margin-bottom: 30px;
              height: 72px;
            }

            p {
              font-size: 14px;
              line-height: 16px;
            }
          }
        }
      }
    }
  }

  .new-career-page {
    .general {
      margin-bottom: 40px;

      h1 {
        font-size: 32px;
        line-height: 38px;
      }

      p {
        font-size: 18px;
        line-height: 26px;
      }
    }

    .job-list {
      ul {
        list-style: none;
        padding-left: 0;

        .panel-heading {
          margin-bottom: 25px;
        }

        .btn-primary {
          padding: 13px 26px;
          font-size: 18px;
          line-height: 100%;

        }
      }

      h3 {
        font-size: 20px;
      }

      p {
        font-size: 18px;
      }

      .btn-careers {
        padding: 16px;
        border-radius: 16px;
      }
    }
  }

  .blog-page {
    margin: 140px 0 40px;
  }

}

@media screen and (min-width: 992px) {
  .box-btn-cookie {
    gap: 16px;
    flex-direction: row;
  }

  .section-banner {
    h1 {
      font-size: 48px;
    }
  }

  #backToTop {
    top: 22%;
    right: 4%;
  }

  #sidebar {
    max-width: 420px;
  }

  .box-sidebar {
    ul {
      li {
        a {
          font-size: 28px;
        }

        ul {
          li {
            a {
              font-size: 20px;

            }
          }
        }
      }
    }

    .accordion-item {
      .accordion-button {
        font-size: 28px;
      }
    }
  }


  .section-clients {
    .box-image-logo {
      .image-logo-client {
        width: 20%;
      }
    }

    .box-accent {
      img {
        width: 100%;
      }
    }

  }

  .box-footer {

    a,
    p {
      font-size: 16px;
      line-height: 18px;
    }

    .top {
      margin-bottom: -40px;

      .box-quote {
        width: 45%;
      }

      .box-art {
        width: 55%;
      }
    }

    .bottom {
      .box-accent {
        img {
          width: 100%;
        }
      }

      .box-company-info {
        padding: 75px 20px 50px 20px;

        .company-info {
          flex-wrap: wrap;

          .box-info {
            width: 75%;

            .box-list {
              max-width: 220px;

              &.contact {
                max-width: 420px;
                margin-bottom: 0;
              }
            }
          }

          .box-company {
            width: 25%;
            margin-bottom: 0;

            .company {
              img {
                max-width: 200px;
                margin: 0 0 32px;
              }
            }

            .media {
              img {
                width: 26px;
              }
            }
          }
        }
      }
    }
  }

  .solution-provider {
    padding: 200px 0 125px;

    .box-tss {
      width: 330px;

      h4 {
        font-size: 18px;

      }
    }

    .box-csd {
      width: 395px;

      p {
        font-size: 16px;
        line-height: 16px;
      }

    }

    .box-list {
      gap: 3%;
    }

    .solution-list {
      max-width: 180px;

      .list-inner {
        gap: 14px;

        &.wd {
          top: 21%;
        }

        &.md {
          top: 16%;
        }

        &.tc {
          top: 20%;
        }

        &.te {
          bottom: 31%;
        }

        &.pi {
          bottom: 17%;
        }

        &.ei {
          bottom: 15%;
        }

        &.im {
          bottom: 19%;
        }
      }
    }

    .solution-list h6 {
      font-size: 16px;
      line-height: 18px;
    }

    .solution-list .img-service {
      max-width: 100px;
    }

    .solution-list .box-button {
      bottom: -12%;

      button {
        max-width: 40px;

      }
    }

  }

  .box-glimpse {
    margin: 50px 0;

    .box-text {
      .text {
        gap: 20px;
      }

      p {
        font-size: 18px;
        line-height: 24px;

      }
    }

  }

  .portfolio-page {
    display: flex;
    justify-content: center;
    margin: 150px 0 100px 0;

    .title {
      margin-bottom: 50px;

      h1 {
        font-size: 64px;
        line-height: 64px;
      }

      p {
        font-family: 'DM Sans', sans-serif;
        font-weight: 300;
        color: var(--black-light);
        font-size: 22px;
        line-height: 36px;
      }
    }

    .portfolio-list {
      &.detail {
        .title {
          h1 {
            font-size: 38px;
            line-height: 56px;
          }
        }
      }
    }

  }

  .new-service-banner {
    .inner {
      border-radius: 26px;

      .title {
        top: -40px;

        .box-nav {
          margin-bottom: 16px;
        }

        .box-title {
          padding: 12px 12px 12px 0;
          border-radius: 26px;
        }

        h1 {
          font-size: 46px;
        }
      }
    }
  }

  .about-us-page {
    margin: 80px 0 50px;

    .about-us-banner {
      margin: 40px 0 0px;

      .inner {
        .title {
          top: -10px;

          .box-title {
            border-radius: 26px;
          }

          h1 {
            font-size: 46px;
          }
        }
      }
    }

    .section-description {
      .row {
        .card {
          border-radius: 24px;

          p {

            font-size: 18px;
            line-height: 24px;
          }
        }
      }

      .our-history {
        .box-history {
          gap: 21px;
        }


        h4 {
          font-size: 46px;
        }

        p {
          font-size: 16px;
          line-height: 22px;
        }

        .box-management {
          .text-desc {
            top: -45px;

            p {
              font-size: 16px;
              line-height: 22px;
            }
          }
        }
      }

      .our-services {
        h3 {
          font-size: 46px;
        }
      }

      .our-journey {
        .title {
          h3 {
            font-size: 46px;
          }
        }
      }
    }
  }

  .service-page {
    .section-description {
      .box-description {
        .point-list {
          .box-list {
            .list-inner {
              h2 {
                font-size: 20px;
                height: 40px;
                margin-bottom: 5%;
              }

              p {
                font-size: 12px;
                line-height: 16px;
              }
            }

            .service-icon {
              width: 65px;
              height: 65px;
              border-radius: 20px 0 20px 20px;

              img {
                max-width: 30px;
              }
            }
          }
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 22px;
              margin-bottom: 5px;
              height: 66px;
            }

            p {
              font-size: 12px;
              line-height: 16px;
            }
          }
        }
      }
    }
  }

}


@media screen and (min-width: 1025px) {
  .modal-title {
    font-size: 32px;
    line-height: 42px;
  }

  .box-sidebar {
    ul {
      li {
        a {
          font-size: 32px;
        }

        ul {
          li {
            a {
              font-size: 20px;

            }
          }
        }
      }
    }

    .accordion-item {
      .accordion-button {
        font-size: 32px;
      }
    }
  }

  .header {
    .box-header {
      padding: 20px 50px;

      .logo {
        width: auto;
      }

      .box-togle {
        gap: 22px;
      }

      .box-togle .btn-primary {
        height: 56px;
        border-radius: 40px;
        padding: 10px 30px;
        font-size: 18px;
      }
    }
  }

  .section-banner {
    h1 {
      font-size: 55px;
    }
  }

  .box-footer {
    .top {
      margin-bottom: -60px;

      .box-quote {
        padding-left: 50px;

        h4 {
          font-size: 28px;
          line-height: 36px;
        }
      }
    }

    .bottom {
      .box-company-info {
        padding: 85px 50px 50px;

      }
    }
  }

  .omni-digital {
    .title {
      h1 {
        font-size: 36px;
        line-height: 48px;
      }
    }
  }

  .solution-provider {
    padding: 200px 0 175px;

    .box-tss {
      width: 400px;

      h4 {
        font-size: 22px;

      }
    }

    .box-csd {
      width: 480px;

      p {
        font-size: 18px;
        line-height: 28px;
      }
    }

    .box-list {
      gap: 3%;
    }

    .solution-list {
      max-width: 180px;

      .list-inner {

        &.wd {
          top: 21%;
        }

        &.md {
          top: 17%;
        }

        &.tc {
          top: 17%;
        }

        &.te {
          bottom: 37%;
        }

        &.pi {
          bottom: 23%;
        }

        &.ei {
          bottom: 19%;
        }

        &.im {
          bottom: 24%;
        }
      }
    }

    .solution-list h6 {
      font-size: 16px;
      line-height: 18px;

    }

    .solution-list .img-service {

      max-width: 105px;

    }

    .solution-list .box-button {
      bottom: -10%;

      button {
        max-width: 44px;
      }
    }

  }

  .box-portfolio {
    .title {
      padding: 50px;

      h4 {
        width: 73%;
        font-size: 38px;
        line-height: 42px;

      }

      p {
        width: 25%;
      }
    }

  }

  .galery-portfolio {

    .prevArrowBtn,
    .nextArrowBtn {
      top: -50px;
    }

    .prevArrowBtn {
      right: 80px;
    }

    .nextArrowBtn {
      right: 30px;
    }
  }

  .portfolio-card {
    .list {
      .inner {
        border-radius: 20px;
      }

      .header-list {
        height: 80px;

        .company-logo {
          width: 30%;
        }
      }

      .body {
        height: 260px;

        .box-image {
          img {
            min-height: 260px;
          }
        }
      }
    }

  }

  .box-our-product {
    padding: 0 50px;

    h1 {
      font-size: 36px;
      line-height: 48px;
      margin: 64px 0 50px;
    }

    .our-product {
      .cranium-product {
        .stack-container {
          width: 90%;

          .stack-image {
            padding: 10px;
          }
        }
      }
    }
  }

  .box-address {
    padding: 0 50px;

    .box-tabs {
      .address-title {
        h2 {
          font-size: 36px;
          line-height: 48px;
        }
      }


      .nav-pills {
        .nav-item {
          .nav-link {
            font-size: 16px;
            line-height: 16px;
            padding: 18px 32px;
          }
        }
      }
    }

    .tab-content {
      .box-address-container {
        .address-content {
          h1 {
            font-size: 30px;
            line-height: 30px;
            margin: 0 0 25px 0;
          }
        }
      }
    }

  }

  .service-page {
    .section-description {
      .general {
        p {
          font-size: 18px;
          line-height: 24px;
        }
      }

      .box-description {

        .point-list {

          .box-list {
            .list-inner {
              h2 {
                font-size: 22px;
                height: 44px;
                margin-bottom: 5%;
              }
            }

            .service-icon {
              width: 65px;
              height: 65px;
              border-radius: 20px 0 20px 20px;

              img {

                max-width: 30px;
              }
            }

          }

          h5 {
            font-size: 18px;
            line-height: 24px;
          }
        }
      }
    }
  }

  .box-glimpse {
    margin: 120px 0 50px;

    .title {
      h2 {
        font-size: 36px;
        line-height: 48px;
      }
    }

    .box-text {
      p {
        font-size: 20px;
        line-height: 32px;

      }
    }

  }

  .portfolio-page {
    display: flex;
    justify-content: center;
    margin: 150px 0 180px 0;

    .title {
      margin-bottom: 50px;

      h1 {
        font-size: 64px;
        line-height: 64px;
      }

      p {
        font-size: 22px;
        line-height: 36px;
      }
    }

    .portfolio-list {
      float: left;
      width: 90%;

      .portfolio {
        width: calc(100% + 32px);
        margin-left: -16px;

        .portfolio-card {
          width: 33.333%;

          .list {
            padding: 16px;
          }
        }
      }

      &.detail {
        .title {
          .desc-info {
            flex-wrap: nowrap;
          }

          h1 {
            font-size: 44px;
            line-height: 60px;
            text-align: center;
          }

          .nav-detail {
            position: relative;
          }
        }
      }
    }
  }

  .new-service-banner {
    .inner {
      border-radius: 32px;

      .title {
        top: -40px;

        .box-nav {
          margin-bottom: 16px;
        }

        .box-title {
          padding: 12px 12px 12px 0;
          border-radius: 32px;
        }

        h1 {
          font-size: 48px;
        }
      }
    }
  }

  .about-us-page {
    margin: 120px 0 100px;

    .about-us-banner {
      margin: 40px 0 40px;
      padding: 20px 8%;

      .inner {
        .title {
          .box-nav {
            margin-bottom: 16px;
          }

          .link-back {
            margin: 0;
          }

          .box-title {
            border-radius: 32px;
            padding: 18px 18px 18px 0;
          }

          h1 {
            font-size: 48px;

          }
        }
      }
    }

    .section-description {
      padding: 20px 8%;

      .row {
        margin-bottom: 50px;

        .card {
          border-radius: 32px;

          .card-body {
            gap: 32px;

            img {
              width: 65px;
            }
          }

          p {
            font-size: 16px;
            line-height: 22px;
          }
        }
      }

      .our-history {
        .box-history {
          flex-wrap: nowrap;
          margin-bottom: 48px;
        }

        .text,
        .image {
          float: left;
          width: calc(50% - 10px);
        }

        h4 {

          font-size: 48px;
          margin-bottom: 20px;
        }

        p {
          font-size: 18px;
          line-height: 24px;
        }

        .box-management {

          .photo {
            .ceo {
              width: calc(64.6% - 24px);
            }

            .team {
              width: calc(35.8% - 24px);
            }
          }

          .text-desc {
            top: -60px;

            p {
              font-size: 16px;
              line-height: 22px;
            }
          }
        }
      }

      .our-services {
        h3 {
          font-size: 48px;
        }
      }

      .our-journey {
        .title {
          margin-bottom: 50px;

          h3 {
            font-size: 48px;

          }
        }
      }
    }

    .our-services {
      h1 {
        font-size: 48px;
      }
    }
  }

  .erp-page {
    .new-erp-banner {
      .inner {
        .title {
          .box-title {
            padding: 12px 12px 12px 0;
            border-radius: 12px;
          }

          h4 {
            font-size: 18px;
            line-height: 100%;
          }
        }

        .banner {
          position: relative;
          z-index: 5;
        }
      }
    }

    .section-description {
      .general {
        margin-bottom: 50px;

        h6 {
          font-size: 22px;
          line-height: 32px;
        }

        p {
          font-size: 20px;
          line-height: 32px;
        }
      }
    }

    .box-description {
      .title {
        h3 {
          font-size: 38px;
          line-height: 48px;
        }
      }

      .box-smart-erp {
        margin-bottom: 50px;

        .card {
          border-radius: 24px;

          .card-body {
            padding: 16px;
          }
        }

        .point-erp {
          gap: 16px;

          .point-smart {
            padding: 10px 32px;
            border-radius: 16px;
            padding-left: 72px;
            height: 56px;

            .icon {
              width: 56px;
              height: 56px;
              padding: 16px;
              border-radius: 16px;
            }

            h5 {
              font-size: 16px;
              line-height: 100%;
            }
          }

          h6 {
            font-size: 20px;
            line-height: 100%;
          }

          p {
            font-size: 16px;
            line-height: 22px;
          }
        }


      }

      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 22px;
              margin-bottom: 8px;
              height: 66px;
            }

            p {
              font-size: 12px;
              line-height: 15px;
            }
          }
        }
      }
    }
  }

  .new-career-page {
    .general {
      margin-bottom: 40px;

      h1 {
        font-size: 38px;
        line-height: 48px;
      }

      p {
        font-size: 20px;
        line-height: 36px;
      }
    }

    .job-list {
      ul {
        .panel-heading {
          margin-bottom: 25px;
        }

        .btn-primary {
          padding: 13px 26px;
          font-size: 18px;
        }
      }

      h3 {
        font-size: 22px;
      }

      p {
        font-size: 20px;
      }

      .btn-careers {
        padding: 16px;
      }
    }
  }

  .blog-post {
    margin: 150px 0 80px;

    .blog-description {

      .title {
        margin-bottom: 12px;

        h5 {
          font-size: 48px;
          line-height: 64px;
        }
      }

      .box-author {
        font-size: 16px;
        line-height: 22px;
      }

      .sub-title {
        margin-bottom: 16px;

      }

      .space-desc {
        padding-left: 16px;
      }

      p {

        font-size: 20px;
        line-height: 36px;
      }
    }
  }

}

@media screen and (min-width: 1069px) {
  .service-page {
    .section-description {
      .general {
        p {
          font-size: 18px;
          line-height: 24px;
        }
      }

      .box-description {

        .point-list {

          .box-list {
            .list-inner {
              h2 {
                margin-bottom: 7%;
              }

              p {
                font-size: 12px;
                line-height: 16px;
              }
            }

            .service-icon {
              width: 70px;
              height: 70px;
              border-radius: 20px 0 20px 20px;

              img {

                max-width: 30px;
              }
            }
          }
        }

        h5 {
          font-size: 18px;
          line-height: 24px;
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 22px;
              margin-bottom: 10px;
              height: 66px;
            }

            p {
              font-size: 13px;
              line-height: 16px;
            }
          }
        }
      }
    }
  }
}


@media screen and (min-width: 1115px) {
  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 22px;
              margin-bottom: 14px;
              height: 66px;
            }

            p {
              font-size: 13px;
              line-height: 18px;
            }
          }
        }
      }
    }
  }

}

@media screen and (min-width: 1160px) {
  .service-page {
    .section-description {
      .general {
        p {
          font-size: 18px;
          line-height: 24px;
        }
      }

      .box-description {

        .point-list {

          .box-list {
            .list-inner {
              h2 {
                font-size: 26px;
                height: 52px;
                margin-bottom: 5%;
              }

              p {
                font-size: 14px;
                line-height: 18px;
              }

            }

            .service-icon {
              width: 75px;
              height: 75px;
              border-radius: 24px 0 24px 24px;

              img {

                max-width: 35px;
              }
            }
          }



        }

        h5 {
          font-size: 18px;
          line-height: 24px;
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              margin-bottom: 16px;
            }

            p {
              font-size: 14px;
              line-height: 18px;
            }
          }
        }
      }
    }
  }
}

@media screen and (min-width: 1205px) {
  .service-page {
    .section-description {
      .general {
        p {
          font-size: 18px;
          line-height: 24px;
        }
      }

      .box-description {

        .point-list {

          .box-list {
            .list-inner {
              h2 {
                font-size: 26px;
                height: 52px;
              }
            }


            .service-icon {
              width: 80px;
              height: 80px;
              border-radius: 28px 0 28px 28px;

              img {

                max-width: 40px;
              }
            }
          }
        }

        h5 {
          font-size: 18px;
          line-height: 24px;
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              margin-bottom: 18px;
            }

            p {
              line-height: 20px;
            }
          }
        }
      }
    }
  }
}

@media screen and (min-width: 1250px) {
  .service-page {
    .section-description {
      .general {
        p {
          font-size: 18px;
          line-height: 24px;
        }
      }

      .box-description {

        .point-list {

          .box-list {
            padding: 20px;

            .list-inner {
              h2 {
                margin-bottom: 8%;
              }

              p {

                font-size: 15px;
                line-height: 18px;
              }

            }


            .service-icon {
              width: 80px;
              height: 80px;
              border-radius: 28px 0 28px 28px;

              img {

                max-width: 40px;
              }
            }
          }
        }

        h5 {
          font-size: 18px;
          line-height: 24px;
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              margin-bottom: 22px;
            }
          }
        }
      }
    }
  }
}

@media screen and (min-width: 1295px) {}

@media screen and (min-width: 1340px) {
  .service-page {
    .section-description {
      .general {
        p {
          font-size: 18px;
          line-height: 24px;
        }
      }

      .box-description {

        .point-list {

          .box-list {
            padding: 20px;

            .list-inner {
              h2 {
                font-size: 30px;
                height: 60px;
                margin-bottom: 7%;
              }

              p {
                font-size: 16px;
                line-height: 20px;
              }

            }


            .service-icon {
              width: 80px;
              height: 80px;
              border-radius: 28px 0 28px 28px;

              img {

                max-width: 40px;
              }
            }
          }
        }

        h5 {
          font-size: 18px;
          line-height: 24px;
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              margin-bottom: 28px;
            }
          }
        }
      }
    }
  }
}

@media screen and (min-width: 1366px) {
  .section-banner {
    h1 {
      font-size: 64px;
    }
  }

  .box-sidebar {
    ul {
      li {
        a {
          font-size: 36px;
        }
      }
    }

    .accordion-item {
      .accordion-button {
        font-size: 36px;
      }
    }
  }

  .service-page {
    margin: 120px 0 250px;
  }

  .new-service-banner {
    .inner {
      border-radius: 38px;

      .title {
        top: -40px;

        .box-nav {
          margin-bottom: 16px;
        }

        .box-title {
          padding: 18px 18px 18px 0;
          border-radius: 38px;
        }

        h4 {
          font-size: 55px;
        }
      }
    }
  }

  .section-clients {
    .box-image-logo {
      .image-logo-client {
        padding: 25px 24px;
      }
    }
  }

  .box-quote {
    .btn-primary {
      font-size: 16px;
      line-height: 16px;
      padding: 19px 27.5px;
    }
  }

  .box-footer {

    a,
    p {
      font-size: 20px;
      line-height: 20px;
    }

    .top {
      margin-bottom: -70px;

      .box-quote {
        padding-left: 50px;

        h4 {
          font-size: 40px;
          line-height: 54px;
          margin-bottom: 24px;
        }

        p {
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 24px;
        }
      }

      .box-art {
        width: 55%;
      }
    }

    .bottom {
      .box-company-info {
        padding: 150px 50px 50px 50px;

        .company-info {
          flex-wrap: wrap;

          .box-info {
            width: 75%;

            .box-list {
              max-width: 300px;

              h6 {
                font-size: 20px;
                line-height: 20px;
                margin-bottom: 10px;
              }

              &.contact {
                max-width: 420px;
                margin-bottom: 0;
              }
            }
          }

          .box-company {
            width: 25%;
            margin-bottom: 0;

            .company {
              img {
                max-width: 224px;
                margin: 0 0 32px;
              }
            }

            .media {
              img {
                width: 32px;
              }
            }
          }
        }
      }
    }
  }

  .omni-digital {
    .title {
      h4 {
        font-size: 48px;
        line-height: 64px;
      }
    }
  }

  .box-glimpse {
    gap: 80px;

    .box-thumbnail {
      width: calc(45% - 40px);

      .prevArrowBtn {
        left: -6%;
      }

      .nextArrowBtn {
        right: -6%;
      }

    }

    .box-text {
      width: calc(55% - 40px);

      p {
        font-size: 22px;
        line-height: 36px;
      }
    }
  }

  .solution-provider {
    padding: 250px 0 200px;

    .box-tss {
      width: 550px;

      h4 {
        font-size: 30px;
      }
    }

    .box-csd {
      width: 535px;

      p {
        font-size: 20px;
        line-height: 32px;
      }
    }

    .solution-list {
      max-width: 180px;

      .list-inner {
        &.wd {
          top: 22%;
        }

        &.md {
          top: 19%;
        }

        &.tc {
          top: 22%;
        }

        &.te {
          bottom: 36%;
        }

        &.pi {
          bottom: 19%;
        }

        &.ei {
          bottom: 16%;
        }

        &.im {
          bottom: 20%;
        }
      }
    }

    .solution-list h6 {
      font-size: 20px;
      line-height: 22px;
    }

    .solution-list .img-service {
      max-width: 128px;
    }

    .solution-list .box-button {
      bottom: -10%;

      button {
        max-width: 52px;
      }
    }

  }

  .box-portfolio {
    .title {
      padding: 50px 32px;

      h4 {
        width: 73%;
        font-size: 50px;
        line-height: 48px;
      }

      p {
        width: 25%;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0;
      }
    }
  }

  .portfolio-card {
    .list {
      padding: 32px 16px;

      .inner {
        border-radius: 24px;
      }

      .header-list {
        height: 85px;

        a {
          font-size: 20px;
          line-height: 24px;
        }

        .company-logo {
          width: 30%;
        }
      }

      .body {
        height: 280px;

        .box-image {
          img {
            min-height: 280px;
          }
        }
      }
    }

  }

  .box-our-product {
    h2 {
      font-size: 48px;
      line-height: 64px;
    }
  }

  .box-address {
    .box-tabs {
      .address-title {
        h2 {
          font-size: 48px;
          line-height: 64px;
        }
      }
    }

    .tab-content {
      .box-address-container {
        .address-content {
          h2 {
            font-size: 36px;
            line-height: 36px;
            margin: 0 0 30px 0;
          }

          .address-desc {
            .address-detail {
              p {
                font-size: 20px;
                line-height: 32px;
              }
            }
          }
        }
      }
    }

  }

  .service-page {
    .section-description {
      .general {
        p {
          font-size: 20px;
          line-height: 36px;
        }
      }

      .box-description {

        .point-list {

          .box-list {
            padding: 25px;

            .list-inner {
              h4 {
                font-size: 28px;
                margin-bottom: 7%;
              }
            }

            .service-icon {
              width: 90px;
              height: 90px;
              border-radius: 30px 0 30px 30px;

              img {
                max-width: 40px;
              }
            }

          }

          h5 {
            font-size: 28px;
            line-height: 100%;
          }
        }
      }
    }
  }

  .portfolio-page {
    display: flex;
    justify-content: center;
    margin: 150px 0 100px 0;

    .title {
      margin-bottom: 50px;

      h4 {
        font-family: 'Funnel Display', sans-serif;
        font-weight: 600;
        color: var(--primary);
        margin-bottom: 20px;
        font-size: 64px;
        line-height: 64px;
      }

      p {
        font-family: 'DM Sans', sans-serif;
        font-weight: 300;
        color: var(--black-light);
        font-size: 22px;
        line-height: 36px;
      }
    }

    .portfolio-list {
      float: left;
      width: 90%;

      .portfolio {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;

        .portfolio-card {
          width: calc(33.333% - 32px);

          .list {
            padding: 0;
          }
        }
      }

      &.detail {
        .title {
          h4 {
            font-size: 48px;
            line-height: 64px;
          }
        }
      }
    }
  }

  .about-us-page {
    margin: 120px 0 100px;

    .about-us-banner {
      margin: 40px 0 40px;
      padding: 20px 8%;

      .inner {
        .title {
          .box-nav {
            margin-bottom: 16px;
          }

          .link-back {
            margin: 0;
          }

          .box-title {
            border-radius: 38px;
            padding: 18px 18px 18px 0;
          }

          h4 {
            font-size: 55px;
          }
        }
      }
    }

    .section-description {
      padding: 20px 8%;

      .row {
        margin-bottom: 50px;

        .card {
          border-radius: 32px;

          .card-body {
            gap: 32px;
          }

          p {
            font-size: 16px;
            line-height: 22px;
          }
        }
      }

      .our-history {
        .box-history {
          flex-wrap: nowrap;
        }

        .text,
        .image {
          width: calc(50% - 10px);
        }

        h4 {
          font-size: 55px;
          margin-bottom: 20px;
        }

        p {
          font-size: 18px;
          line-height: 24px;
        }

        .box-management {

          .photo {
            .ceo {
              width: calc(64.5% - 24px);
            }

            .team {
              width: calc(35.4% - 24px);
            }
          }

          .text-desc {
            top: -60px;

            p {
              font-size: 16px;
              line-height: 22px;
            }
          }
        }
      }

      .our-services {
        h3 {
          font-size: 55px;
        }
      }

      .our-journey {
        .title {
          margin-bottom: 50px;

          h3 {
            font-size: 55px;

          }
        }
      }
    }

    .our-services {
      h3 {
        font-size: 55px;
      }
    }
  }

  .erp-page {
    .new-erp-banner {
      .inner {
        .title {
          .box-title {
            padding: 12px 12px 12px 0;
            border-radius: 12px;
          }

          h4 {
            font-size: 18px;
            line-height: 100%;
          }
        }

        .banner {
          position: relative;
          z-index: 5;
        }
      }
    }

    .section-description {
      .general {
        margin-bottom: 50px;

        h6 {
          font-size: 24px;
          line-height: 36px;
        }

        p {
          font-size: 22px;
          line-height: 36px;
        }
      }
    }

    .box-description {
      .title {
        h3 {
          font-size: 42px;
          line-height: 52px;
        }
      }

      .box-smart-erp {
        margin-bottom: 50px;

        .card {
          border-radius: 36px;

          .card-body {
            padding: 24px;
          }
        }

        .point-erp {
          gap: 16px;

          .point-smart {
            padding: 10px 32px;
            border-radius: 16px;
            padding-left: 78px;
            height: 64px;

            .icon {
              width: 64px;
              height: 64px;
              padding: 16px;
              border-radius: 16px;
            }

            h5 {
              font-size: 18px;
            }
          }

          h6 {
            font-size: 22px;
          }

          p {
            font-size: 18px;
            line-height: 22px;
          }
        }
      }

      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 28px;
              margin-bottom: 24px;
              height: 84px;
            }

            p {
              font-size: 16px;
              line-height: 22px;
            }
          }
        }
      }
    }
  }

  .new-career-page {
    .general {
      margin-bottom: 40px;

      h6 {
        font-size: 44px;
        line-height: 54px;
      }
    }
  }


}

@media screen and (min-width: 1505px) {
  .service-page {
    .section-description {
      .general {
        p {
          font-size: 20px;
          line-height: 36px;
        }
      }

      .box-description {

        .point-list {

          .box-list {
            padding: 25px;

            .list-inner {
              h4 {
                font-size: 28px;
                margin-bottom: 8%;
              }

              p {
                font-size: 18px;
                line-height: 24px;
              }
            }

            .service-icon {
              width: 100px;
              height: 100px;
              border-radius: 34px 0 34px 34px;

              img {
                max-width: 46px;
              }
            }

          }

          h5 {
            font-size: 28px;
            line-height: 100%;
          }
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 32px;
              margin-bottom: 20px;
              height: 96px;
            }

            p {
              line-height: 24px;
            }
          }
        }
      }
    }
  }
}

@media screen and (min-width: 1644px) and (max-width:1920px) {
  .new-service-banner {
    .inner {
      border-radius: 48px;

      .title {
        top: -40px;

        .box-nav {
          margin-bottom: 16px;
        }

        .box-title {
          padding: 20px 20px 20px 0;
          border-radius: 48px;
        }

        h4 {
          font-size: 64px;
        }
      }
    }
  }

  .box-footer {
    .top {
      margin-bottom: -84px;

      .box-quote {
        padding-left: 100px;

        h4 {
          font-size: 48px;
          line-height: 64px;
        }
      }
    }

    .bottom {
      .box-company-info {
        padding: 150px 100px 50px 100px;
      }
    }
  }

  .box-address {
    padding: 0 100px;
  }

  .solution-provider {
    margin: 100px 0;

    .box-tss {
      width: 680px;
      padding: 121.5px 0 121.5px 50px;

      h4 {
        font-size: 36px;

      }
    }

    .box-csd {
      width: 680px;
      padding: 121.5px 0 121.5px 50px;

      p {

        font-size: 20px;
        line-height: 32px;
      }

    }

    .solution-list {
      max-width: 180px;

      .list-inner {

        &.wd {
          top: 21%;
        }

        &.md {
          top: 18%;
        }

        &.tc {
          top: 21%;
        }

        &.te {
          bottom: 37%;
        }

        &.pi {
          bottom: 17%;
        }

        &.ei {
          bottom: 13%;
        }

        &.im {
          bottom: 20%;
        }
      }
    }



    .solution-list h6 {

      font-size: 24px;
      line-height: 26px;
    }

    .solution-list .img-service {
      max-width: 128px;

    }

    .solution-list .box-button {
      bottom: -10%;

      button {
        max-width: 52px;

        img {
          max-width: 20px;
        }
      }
    }

  }

  .box-portfolio {
    .title {
      h4 {
        font-size: 64px;
        line-height: 60px;
      }

      p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 0;
      }
    }
  }

  .portfolio-card {
    .list {
      .inner {
        border-radius: 24px;
      }

      .header-list {
        height: 96px;

        a {
          font-size: 24px;
          line-height: 28px;
        }

        .company-logo {
          width: 30%;
        }
      }

      .body {
        height: 304px;

        .box-image {
          img {
            min-height: 304px;
          }
        }
      }
    }

  }

  .service-page {
    .section-description {
      .general {
        p {
          font-size: 20px;
          line-height: 36px;
        }
      }

      .box-description {
        .point-list {

          .box-list {
            padding: 25px;

            .list-inner {
              h2 {
                font-size: 36px;
                height: 72px;
                margin-bottom: 8%;
              }

              p {
                font-size: 18px;
                line-height: 26px;
              }

            }

            .service-icon {
              width: 112px;
              height: 112px;
              border-radius: 36px 0 38px 36px;

              img {
                max-width: 48px;
              }
            }

          }

          h5 {
            font-size: 32px;
            line-height: 100%;
          }
        }
      }
    }
  }

  .box-glimpse {
    gap: 100px;

    .box-thumbnail {
      width: calc(45% - 50px);
    }

    .box-text {
      width: calc(55% - 50px);
    }

    .title {
      h2 {
        font-size: 48px;
        line-height: 64px;

      }
    }

    .box-text {
      .text {
        display: grid;
        gap: 32px;
        justify-items: start;
      }

      p {
        font-size: 22px;
        line-height: 36px;

      }
    }

  }

  .about-us-page {
    margin: 120px 0 100px;

    .about-us-banner {
      margin: 40px 0 40px;
      padding: 20px 8%;

      .inner {
        .title {
          .box-nav {
            margin-bottom: 16px;
          }

          .link-back {
            margin: 0;
          }

          .box-title {
            border-radius: 32px;
            padding: 18px 18px 18px 0;
          }

          h4 {
            font-size: 64px;
          }
        }

        .banner {
          border-radius: 32px;
        }
      }
    }

    .section-description {
      padding: 20px 8%;

      .row {
        margin-bottom: 50px;

        .card {
          border-radius: 32px;

          .card-body {
            gap: 32px;


          }

          p {
            font-size: 24px;
            line-height: 32px;
          }
        }
      }

      .our-history {
        .box-history {
          margin-bottom: 48px;
        }

        h4 {
          font-size: 64px;
          margin-bottom: 20px;
        }

        p {
          font-size: 24px;
          line-height: 32px;
        }

        .box-management {
          .text-desc {
            top: -90px;

            p {
              font-size: 24px;
              line-height: 32px;
            }
          }
        }
      }

      .our-services {
        h3 {
          font-size: 64px;
        }
      }

      .our-journey {
        .title {
          margin-bottom: 50px;

          h3 {
            font-size: 64px;

          }
        }
      }
    }

    .our-services {
      h3 {
        font-size: 64px;
      }
    }
  }

  .erp-page {
    .new-erp-banner {
      margin: 40px 0 50px;

      .inner {
        .title {
          .box-title {
            padding: 12px 12px 12px 0;
            border-radius: 12px;
          }

          h4 {
            font-size: 18px;
            line-height: 100%;
          }
        }

        .banner {
          position: relative;
          z-index: 5;
        }
      }
    }

    .section-description {
      .general {
        margin-bottom: 80px;

        h6 {
          font-size: 24px;
          line-height: 36px;
        }

        p {
          font-size: 22px;
          line-height: 36px;
        }
      }
    }

    .box-description {
      .title {
        h3 {
          font-size: 48px;
          line-height: 64px;
        }
      }

      .box-smart-erp {
        margin-bottom: 50px;

        .card {
          border-radius: 36px;

          .card-body {
            padding: 24px;
          }
        }

        .point-erp {
          gap: 32px;

          h6 {
            font-size: 26px;
          }

          p {
            font-size: 18px;
            line-height: 26px;
          }
        }
      }

      .point-list {
        .box-list {
          padding: 25px 25px 25px;

          .list-inner {
            h2 {
              font-size: 34px;
              margin-bottom: 24px;
              height: 102px;
            }

            p {
              font-size: 18px;
              line-height: 26px;
            }
          }

        }
      }
    }
  }

  .new-career-page {
    .general {
      margin-bottom: 40px;

      h6 {
        font-size: 48px;
        line-height: 64px;
      }
    }
  }

  .blog-post {
    display: flex;
    justify-content: center;
    padding: 0 5%;
    margin: 85px 0 40px;

    .blog-description {
      max-width: 720px;

      .title {
        margin-bottom: 12px;

        h5 {
          font-family: 'Funnel Display', sans-serif;
          font-weight: 600;
          font-size: 32px;
          line-height: 48px;
        }
      }

      .box-author {
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #6B6B6B;
      }

      p {
        font-family: 'DM Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
      }

      .sub-title {
        margin-bottom: 16px;

      }

      .space-desc {
        padding-left: 16px;
      }
    }
  }

}

@media screen and (min-width: 1782px) {
  .service-page {
    .section-description {
      .general {
        p {
          font-size: 20px;
          line-height: 36px;
        }
      }

      .box-description {
        .point-list {
          .box-list {

            .list-inner {
              h2 {
                font-size: 40px;
                height: 80px;
                margin-bottom: 10%;
              }

              p {
                font-size: 18px;
                line-height: 26px;
              }
            }

            .service-icon {
              width: 112px;
              height: 112px;
              border-radius: 36px 0 38px 36px;

              img {
                max-width: 48px;
              }
            }
          }

          h5 {
            font-size: 32px;
            line-height: 100%;
          }
        }
      }
    }
  }

  .erp-page {
    .box-description {
      .point-list {
        .box-list {
          .list-inner {
            h2 {
              font-size: 40px;
              margin-bottom: 28px;
              height: 120px;
            }

            p {
              font-size: 22px;
              line-height: 26px;
            }
          }
        }
      }
    }
  }
}